home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Pascal / SWar / READ ME < prev    next >
Text File  |  1995-06-15  |  763b  |  22 lines

  1. This is the source code for an unfinished arcade game.  I originally envisioned
  2. it becoming a simple, mindless, multi-player network game, but I got sidetracked
  3. and never completed it.  Right now, the program lets one player fly the blue ship,
  4. with three other ships just placed in random trajectories.  The object is simply
  5. to shoot the other players.  Use the left/right arrow keys to rotate the blue ship,
  6. use the up arrow to thrust, and use the control key to fire missiles.  You can redefine
  7. the keys in 'util.c'.
  8.  
  9. Requires THINK C, 13" monitor.  You can tweak the code to support smaller monitors.
  10.  
  11. Have fun.
  12.  
  13. RonAKaps@aol.com
  14.  
  15.  
  16.  
  17. ---
  18.  
  19. Ported to Pascal by Ingemar in 1995.
  20. Put in a speed limit so it won't be ridiculously fast on fast Macs.
  21. The sound works.
  22.